3.1873 \(\int (a+b x)^n (c+d x)^{-1-n} \, dx\)

Optimal. Leaf size=75 \[ -\frac {(a+b x)^n (c+d x)^{-n} \left (-\frac {d (a+b x)}{b c-a d}\right )^{-n} \, _2F_1\left (-n,-n;1-n;\frac {b (c+d x)}{b c-a d}\right )}{d n} \]

[Out]

-(b*x+a)^n*hypergeom([-n, -n],[1-n],b*(d*x+c)/(-a*d+b*c))/d/n/((-d*(b*x+a)/(-a*d+b*c))^n)/((d*x+c)^n)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 75, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {70, 69} \[ -\frac {(a+b x)^n (c+d x)^{-n} \left (-\frac {d (a+b x)}{b c-a d}\right )^{-n} \, _2F_1\left (-n,-n;1-n;\frac {b (c+d x)}{b c-a d}\right )}{d n} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*x)^n*(c + d*x)^(-1 - n),x]

[Out]

-(((a + b*x)^n*Hypergeometric2F1[-n, -n, 1 - n, (b*(c + d*x))/(b*c - a*d)])/(d*n*(-((d*(a + b*x))/(b*c - a*d))
)^n*(c + d*x)^n))

Rule 69

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*Hypergeometric2F1[
-n, m + 1, m + 2, -((d*(a + b*x))/(b*c - a*d))])/(b*(m + 1)*(b/(b*c - a*d))^n), x] /; FreeQ[{a, b, c, d, m, n}
, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] &&  !IntegerQ[n] && GtQ[b/(b*c - a*d), 0] && (RationalQ[m] ||  !(Ra
tionalQ[n] && GtQ[-(d/(b*c - a*d)), 0]))

Rule 70

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Dist[(c + d*x)^FracPart[n]/((b/(b*c - a*d)
)^IntPart[n]*((b*(c + d*x))/(b*c - a*d))^FracPart[n]), Int[(a + b*x)^m*Simp[(b*c)/(b*c - a*d) + (b*d*x)/(b*c -
 a*d), x]^n, x], x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] &&  !IntegerQ[n] &&
(RationalQ[m] ||  !SimplerQ[n + 1, m + 1])

Rubi steps

\begin {align*} \int (a+b x)^n (c+d x)^{-1-n} \, dx &=\left ((a+b x)^n \left (\frac {d (a+b x)}{-b c+a d}\right )^{-n}\right ) \int (c+d x)^{-1-n} \left (-\frac {a d}{b c-a d}-\frac {b d x}{b c-a d}\right )^n \, dx\\ &=-\frac {(a+b x)^n \left (-\frac {d (a+b x)}{b c-a d}\right )^{-n} (c+d x)^{-n} \, _2F_1\left (-n,-n;1-n;\frac {b (c+d x)}{b c-a d}\right )}{d n}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 74, normalized size = 0.99 \[ -\frac {(a+b x)^n (c+d x)^{-n} \left (\frac {d (a+b x)}{a d-b c}\right )^{-n} \, _2F_1\left (-n,-n;1-n;\frac {b (c+d x)}{b c-a d}\right )}{d n} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x)^n*(c + d*x)^(-1 - n),x]

[Out]

-(((a + b*x)^n*Hypergeometric2F1[-n, -n, 1 - n, (b*(c + d*x))/(b*c - a*d)])/(d*n*((d*(a + b*x))/(-(b*c) + a*d)
)^n*(c + d*x)^n))

________________________________________________________________________________________

fricas [F]  time = 0.58, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (b x + a\right )}^{n} {\left (d x + c\right )}^{-n - 1}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^n*(d*x+c)^(-1-n),x, algorithm="fricas")

[Out]

integral((b*x + a)^n*(d*x + c)^(-n - 1), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b x + a\right )}^{n} {\left (d x + c\right )}^{-n - 1}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^n*(d*x+c)^(-1-n),x, algorithm="giac")

[Out]

integrate((b*x + a)^n*(d*x + c)^(-n - 1), x)

________________________________________________________________________________________

maple [F]  time = 0.10, size = 0, normalized size = 0.00 \[ \int \left (b x +a \right )^{n} \left (d x +c \right )^{-n -1}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^n*(d*x+c)^(-n-1),x)

[Out]

int((b*x+a)^n*(d*x+c)^(-n-1),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b x + a\right )}^{n} {\left (d x + c\right )}^{-n - 1}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^n*(d*x+c)^(-1-n),x, algorithm="maxima")

[Out]

integrate((b*x + a)^n*(d*x + c)^(-n - 1), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {{\left (a+b\,x\right )}^n}{{\left (c+d\,x\right )}^{n+1}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x)^n/(c + d*x)^(n + 1),x)

[Out]

int((a + b*x)^n/(c + d*x)^(n + 1), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**n*(d*x+c)**(-1-n),x)

[Out]

Timed out

________________________________________________________________________________________